This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Naomi Kivelutherikle 23.Jan.04 08:50 PM a Web browser Domino Designer6.0.1 CF2Windows 2000
Hi, I have setup Axis on the Domino server as indicated in the LDD Today article by Ken Yee. I am not doing the Amazon sample, but I am using my own WSDL. Everything works if I run it in an IDE, but on the Domino Server it doesn't. I have copied over the Axis files to \jvm\lib\ext and placed crimson.jar in the JavaUserClasses line. Here is the error I am receiving:
01/23/2004 03:33:37 PM HTTP JVM: com.spx.provisioning.domino.agents.ProvisionException: The following error occurred: client-config.wsdd
java.lang.SecurityException: client-config.wsdd
at lotus.notes.AgentSecurityManager.checkRead(Unknown Source)
at java.io.File.canRead(File.java:519)
at org.apache.axis.configuration.FileProvider.check(FileProvider.java:147)
at org.apache.axis.configuration.FileProvider.<init>(FileProvider.java:115)
at org.apache.axis.configuration.EngineConfigurationFactoryDefa■N=Notes3/O=SPXLocalDev
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProxy.sendResponse(ProvisionResponseProxy.java:123)
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProcessor.sendResponseToService(ProvisionResponseProcessor.java:42)
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProcessor.sendResponses(ProvisionResponseProcessor.java:25)
01/23/2004 03:33:37 PM HTTP JVM: at JavaAgent.NotesMain(JavaAgent.java:30)
01/23/2004 03:33:37 PM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
01/23/2004 03:33:37 PM HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:208)